From 82b2bf2184fd8ce63909ff1442d36096ad6478d1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Wilmet?= Date: Sat, 26 Nov 2016 12:23:14 +0100 Subject: [PATCH] docs: fix a parameter name of GtkEntry::populate-popup Trivial commit. The documentation block refers to @widget, not @popup. @widget is a better name since the type is GtkWidget. --- gtk/gtkentry.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkentry.c b/gtk/gtkentry.c index 188be89076..5616e513e1 100644 --- a/gtk/gtkentry.c +++ b/gtk/gtkentry.c @@ -1421,7 +1421,7 @@ gtk_entry_class_init (GtkEntryClass *class) /** * GtkEntry::populate-popup: * @entry: The entry on which the signal is emitted - * @popup: the container that is being populated + * @widget: the container that is being populated * * The ::populate-popup signal gets emitted before showing the * context menu of the entry. -- 2.30.2